﻿function wyświetlKalendarz(r, m, d, el)
{
  var data = new Date(r, m, d);
  if(data == "Invalid date") data = new Date();
  //dalszy kod funkcji